home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / Inno Setup 5.0.4 Beta / isetup-5.0.4-beta.exe / {app} / Setup.e32 / 0 / RCDATA / TWIZARDFORM / TWIZARDFORM.txt
Encoding:
Text File  |  2004-10-05  |  16.4 KB  |  666 lines

  1. object WizardForm: TWizardForm
  2.   Left = 191
  3.   Top = 139
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WizardForm'
  7.   ClientHeight = 360
  8.   ClientWidth = 497
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel: TBevel
  18.     Left = 0
  19.     Top = 313
  20.     Width = 497
  21.     Height = 2
  22.     Shape = bsTopLine
  23.   end
  24.   object CancelButton: TButton
  25.     Left = 464
  26.     Top = 327
  27.     Width = 17
  28.     Height = 23
  29.     Cancel = True
  30.     Caption = '*'
  31.     TabOrder = 4
  32.     OnClick = CancelButtonClick
  33.   end
  34.   object NextButton: TButton
  35.     Left = 440
  36.     Top = 327
  37.     Width = 17
  38.     Height = 23
  39.     Caption = '*'
  40.     Default = True
  41.     TabOrder = 3
  42.     OnClick = NextButtonClick
  43.   end
  44.   object BackButton: TButton
  45.     Left = 424
  46.     Top = 327
  47.     Width = 16
  48.     Height = 23
  49.     Caption = '*'
  50.     TabOrder = 2
  51.     OnClick = BackButtonClick
  52.   end
  53.   object OuterNotebook: TNewNotebook
  54.     Left = 0
  55.     Top = 0
  56.     Width = 497
  57.     Height = 313
  58.     ActivePage = InnerPage
  59.     Color = clBtnFace
  60.     ParentColor = False
  61.     TabOrder = 0
  62.     object WelcomePage: TNewNotebookPage
  63.       Color = clWindow
  64.       ParentColor = False
  65.       object WizardBitmapImage: TBitmapImage
  66.         Left = 0
  67.         Top = 0
  68.         Width = 164
  69.         Height = 314
  70.       end
  71.       object WelcomeLabel2: TNewStaticText
  72.         Left = 176
  73.         Top = 76
  74.         Width = 301
  75.         Height = 234
  76.         AutoSize = False
  77.         Caption = '*'
  78.         ShowAccelChar = False
  79.         TabOrder = 1
  80.         WordWrap = True
  81.       end
  82.       object WelcomeLabel1: TNewStaticText
  83.         Left = 176
  84.         Top = 16
  85.         Width = 301
  86.         Height = 54
  87.         AutoSize = False
  88.         Caption = '*'
  89.         ShowAccelChar = False
  90.         TabOrder = 0
  91.         WordWrap = True
  92.       end
  93.     end
  94.     object InnerPage: TNewNotebookPage
  95.       object Bevel1: TBevel
  96.         Left = 0
  97.         Top = 58
  98.         Width = 499
  99.         Height = 3
  100.         Shape = bsTopLine
  101.       end
  102.       object InnerNotebook: TNewNotebook
  103.         Left = 40
  104.         Top = 72
  105.         Width = 417
  106.         Height = 237
  107.         ActivePage = LicensePage
  108.         TabOrder = 1
  109.         object LicensePage: TNewNotebookPage
  110.           object LicenseNotAcceptedRadio: TRadioButton
  111.             Left = 0
  112.             Top = 216
  113.             Width = 417
  114.             Height = 17
  115.             Caption = '*'
  116.             Checked = True
  117.             TabOrder = 3
  118.             TabStop = True
  119.             OnClick = LicenseNotAcceptedRadioClick
  120.           end
  121.           object LicenseAcceptedRadio: TRadioButton
  122.             Left = 0
  123.             Top = 196
  124.             Width = 417
  125.             Height = 17
  126.             Caption = '*'
  127.             TabOrder = 2
  128.             OnClick = LicenseAcceptedRadioClick
  129.           end
  130.           object LicenseMemo: TRichEditViewer
  131.             Left = 0
  132.             Top = 24
  133.             Width = 417
  134.             Height = 161
  135.             ReadOnly = True
  136.             ScrollBars = ssVertical
  137.             TabOrder = 1
  138.             WantReturns = False
  139.             UseRichEdit = False
  140.           end
  141.           object LicenseLabel1: TNewStaticText
  142.             Left = 0
  143.             Top = 0
  144.             Width = 417
  145.             Height = 14
  146.             AutoSize = False
  147.             Caption = '*'
  148.             ShowAccelChar = False
  149.             TabOrder = 0
  150.             WordWrap = True
  151.           end
  152.         end
  153.         object PasswordPage: TNewNotebookPage
  154.           object PasswordEdit: TPasswordEdit
  155.             Left = 0
  156.             Top = 40
  157.             Width = 265
  158.             Height = 21
  159.             TabOrder = 2
  160.           end
  161.           object PasswordEditLabel: TNewStaticText
  162.             Left = 0
  163.             Top = 24
  164.             Width = 417
  165.             Height = 14
  166.             AutoSize = False
  167.             Caption = '*'
  168.             FocusControl = PasswordEdit
  169.             TabOrder = 1
  170.             WordWrap = True
  171.           end
  172.           object PasswordLabel: TNewStaticText
  173.             Left = 0
  174.             Top = 0
  175.             Width = 417
  176.             Height = 14
  177.             AutoSize = False
  178.             Caption = '*'
  179.             ShowAccelChar = False
  180.             TabOrder = 0
  181.             WordWrap = True
  182.           end
  183.         end
  184.         object InfoBeforePage: TNewNotebookPage
  185.           object InfoBeforeMemo: TRichEditViewer
  186.             Left = 0
  187.             Top = 24
  188.             Width = 417
  189.             Height = 205
  190.             ReadOnly = True
  191.             ScrollBars = ssVertical
  192.             TabOrder = 1
  193.             WantReturns = False
  194.             UseRichEdit = False
  195.           end
  196.           object InfoBeforeClickLabel: TNewStaticText
  197.             Left = 0
  198.             Top = 0
  199.             Width = 417
  200.             Height = 14
  201.             AutoSize = False
  202.             Caption = '*'
  203.             ShowAccelChar = False
  204.             TabOrder = 0
  205.             WordWrap = True
  206.           end
  207.         end
  208.         object UserInfoPage: TNewNotebookPage
  209.           object UserInfoSerialEdit: TEdit
  210.             Left = 0
  211.             Top = 120
  212.             Width = 417
  213.             Height = 21
  214.             MaxLength = 255
  215.             TabOrder = 5
  216.             OnChange = UserInfoEditChange
  217.           end
  218.           object UserInfoSerialLabel: TNewStaticText
  219.             Left = 0
  220.             Top = 104
  221.             Width = 417
  222.             Height = 14
  223.             AutoSize = False
  224.             Caption = '*'
  225.             FocusControl = UserInfoSerialEdit
  226.             TabOrder = 4
  227.             WordWrap = True
  228.           end
  229.           object UserInfoOrgEdit: TEdit
  230.             Left = 0
  231.             Top = 68
  232.             Width = 417
  233.             Height = 21
  234.             MaxLength = 255
  235.             TabOrder = 3
  236.             OnChange = UserInfoEditChange
  237.           end
  238.           object UserInfoOrgLabel: TNewStaticText
  239.             Left = 0
  240.             Top = 52
  241.             Width = 417
  242.             Height = 14
  243.             AutoSize = False
  244.             Caption = '*'
  245.             FocusControl = UserInfoOrgEdit
  246.             TabOrder = 2
  247.             WordWrap = True
  248.           end
  249.           object UserInfoNameEdit: TEdit
  250.             Left = 0
  251.             Top = 16
  252.             Width = 417
  253.             Height = 21
  254.             MaxLength = 255
  255.             TabOrder = 1
  256.             OnChange = UserInfoEditChange
  257.           end
  258.           object UserInfoNameLabel: TNewStaticText
  259.             Left = 0
  260.             Top = 0
  261.             Width = 417
  262.             Height = 14
  263.             AutoSize = False
  264.             Caption = '*'
  265.             FocusControl = UserInfoNameEdit
  266.             TabOrder = 0
  267.             WordWrap = True
  268.           end
  269.         end
  270.         object SelectDirPage: TNewNotebookPage
  271.           object SelectDirBitmapImage: TBitmapImage
  272.             Left = 0
  273.             Top = 0
  274.             Width = 32
  275.             Height = 32
  276.           end
  277.           object DiskSpaceLabel: TNewStaticText
  278.             Left = 0
  279.             Top = 216
  280.             Width = 417
  281.             Height = 14
  282.             AutoSize = False
  283.             Caption = '*'
  284.             ShowAccelChar = False
  285.             TabOrder = 4
  286.             WordWrap = True
  287.           end
  288.           object DirBrowseButton: TButton
  289.             Left = 400
  290.             Top = 67
  291.             Width = 17
  292.             Height = 23
  293.             Caption = '*'
  294.             TabOrder = 3
  295.             OnClick = DirBrowseButtonClick
  296.           end
  297.           object DirEdit: TEdit
  298.             Left = 0
  299.             Top = 68
  300.             Width = 397
  301.             Height = 21
  302.             TabOrder = 2
  303.             Text = 'DirEdit'
  304.           end
  305.           object SelectDirBrowseLabel: TNewStaticText
  306.             Left = 0
  307.             Top = 44
  308.             Width = 417
  309.             Height = 14
  310.             AutoSize = False
  311.             Caption = '*'
  312.             ShowAccelChar = False
  313.             TabOrder = 1
  314.             WordWrap = True
  315.           end
  316.           object SelectDirLabel: TNewStaticText
  317.             Left = 44
  318.             Top = 0
  319.             Width = 373
  320.             Height = 14
  321.             AutoSize = False
  322.             Caption = '*'
  323.             ShowAccelChar = False
  324.             TabOrder = 0
  325.             WordWrap = True
  326.           end
  327.         end
  328.         object SelectComponentsPage: TNewNotebookPage
  329.           object ComponentsDiskSpaceLabel: TNewStaticText
  330.             Left = 0
  331.             Top = 216
  332.             Width = 417
  333.             Height = 14
  334.             AutoSize = False
  335.             Caption = '*'
  336.             ShowAccelChar = False
  337.             TabOrder = 3
  338.           end
  339.           object ComponentsList: TNewCheckListBox
  340.             Left = 0
  341.             Top = 48
  342.             Width = 417
  343.             Height = 157
  344.             ItemHeight = 16
  345.             Offset = 2
  346.             OnClickCheck = ComponentsListClickCheck
  347.             Style = lbOwnerDrawVariable
  348.             TabOrder = 2
  349.           end
  350.           object TypesCombo: TComboBox
  351.             Left = 0
  352.             Top = 24
  353.             Width = 417
  354.             Height = 21
  355.             Style = csDropDownList
  356.             ItemHeight = 0
  357.             TabOrder = 1
  358.             OnChange = TypesComboChange
  359.           end
  360.           object SelectComponentsLabel: TNewStaticText
  361.             Left = 0
  362.             Top = 0
  363.             Width = 417
  364.             Height = 14
  365.             AutoSize = False
  366.             Caption = '*'
  367.             ShowAccelChar = False
  368.             TabOrder = 0
  369.             WordWrap = True
  370.           end
  371.         end
  372.         object SelectProgramGroupPage: TNewNotebookPage
  373.           object SelectGroupBitmapImage: TBitmapImage
  374.             Left = 0
  375.             Top = 0
  376.             Width = 32
  377.             Height = 32
  378.           end
  379.           object NoIconsCheck: TCheckBox
  380.             Left = 0
  381.             Top = 215
  382.             Width = 417
  383.             Height = 17
  384.             Caption = '*'
  385.             TabOrder = 4
  386.             OnClick = NoIconsCheckClick
  387.           end
  388.           object GroupBrowseButton: TButton
  389.             Left = 400
  390.             Top = 67
  391.             Width = 17
  392.             Height = 23
  393.             Caption = '*'
  394.             TabOrder = 3
  395.             OnClick = GroupBrowseButtonClick
  396.           end
  397.           object GroupEdit: TEdit
  398.             Left = 0
  399.             Top = 68
  400.             Width = 397
  401.             Height = 21
  402.             TabOrder = 2
  403.             Text = 'GroupEdit'
  404.           end
  405.           object SelectStartMenuFolderBrowseLabel: TNewStaticText
  406.             Left = 0
  407.             Top = 44
  408.             Width = 417
  409.             Height = 14
  410.             AutoSize = False
  411.             Caption = '*'
  412.             ShowAccelChar = False
  413.             TabOrder = 1
  414.             WordWrap = True
  415.           end
  416.           object SelectStartMenuFolderLabel: TNewStaticText
  417.             Left = 44
  418.             Top = 0
  419.             Width = 373
  420.             Height = 14
  421.             AutoSize = False
  422.             Caption = '*'
  423.             ShowAccelChar = False
  424.             TabOrder = 0
  425.             WordWrap = True
  426.           end
  427.         end
  428.         object SelectTasksPage: TNewNotebookPage
  429.           object TasksList: TNewCheckListBox
  430.             Left = 0
  431.             Top = 24
  432.             Width = 417
  433.             Height = 205
  434.             Color = clBtnFace
  435.             ItemHeight = 16
  436.             ShowLines = False
  437.             Style = lbOwnerDrawVariable
  438.             TabOrder = 1
  439.             WantTabs = True
  440.           end
  441.           object SelectTasksLabel: TNewStaticText
  442.             Left = 0
  443.             Top = 0
  444.             Width = 417
  445.             Height = 14
  446.             AutoSize = False
  447.             Caption = '*'
  448.             ShowAccelChar = False
  449.             TabOrder = 0
  450.             WordWrap = True
  451.           end
  452.         end
  453.         object ReadyPage: TNewNotebookPage
  454.           object ReadyMemo: TMemo
  455.             Left = 0
  456.             Top = 24
  457.             Width = 417
  458.             Height = 205
  459.             Color = clBtnFace
  460.             ReadOnly = True
  461.             ScrollBars = ssBoth
  462.             TabOrder = 1
  463.             WordWrap = False
  464.             OnKeyPress = ReadyMemoKeyPress
  465.           end
  466.           object ReadyLabel: TNewStaticText
  467.             Left = 0
  468.             Top = 0
  469.             Width = 417
  470.             Height = 14
  471.             AutoSize = False
  472.             Caption = '*'
  473.             ShowAccelChar = False
  474.             TabOrder = 0
  475.             WordWrap = True
  476.           end
  477.         end
  478.         object PreparingPage: TNewNotebookPage
  479.           object PreparingErrorBitmapImage: TBitmapImage
  480.             Left = 0
  481.             Top = 0
  482.             Width = 16
  483.             Height = 16
  484.             Visible = False
  485.           end
  486.           object PreparingLabel: TNewStaticText
  487.             Left = 24
  488.             Top = 0
  489.             Width = 393
  490.             Height = 14
  491.             AutoSize = False
  492.             Caption = '*'
  493.             ShowAccelChar = False
  494.             TabOrder = 0
  495.             Visible = False
  496.             WordWrap = True
  497.           end
  498.         end
  499.         object InstallingPage: TNewNotebookPage
  500.           object FilenameLabel: TNewStaticText
  501.             Left = 0
  502.             Top = 16
  503.             Width = 417
  504.             Height = 16
  505.             AutoSize = False
  506.             ShowAccelChar = False
  507.             TabOrder = 1
  508.           end
  509.           object StatusLabel: TNewStaticText
  510.             Left = 0
  511.             Top = 0
  512.             Width = 417
  513.             Height = 16
  514.             AutoSize = False
  515.             ShowAccelChar = False
  516.             TabOrder = 0
  517.           end
  518.           object ProgressGauge: TNewProgressBar
  519.             Left = 0
  520.             Top = 42
  521.             Width = 417
  522.             Height = 21
  523.             Min = 0
  524.             Max = 100
  525.           end
  526.         end
  527.         object InfoAfterPage: TNewNotebookPage
  528.           object InfoAfterMemo: TRichEditViewer
  529.             Left = 0
  530.             Top = 24
  531.             Width = 417
  532.             Height = 205
  533.             ReadOnly = True
  534.             ScrollBars = ssVertical
  535.             TabOrder = 1
  536.             WantReturns = False
  537.             UseRichEdit = False
  538.           end
  539.           object InfoAfterClickLabel: TNewStaticText
  540.             Left = 0
  541.             Top = 0
  542.             Width = 417
  543.             Height = 14
  544.             AutoSize = False
  545.             Caption = '*'
  546.             ShowAccelChar = False
  547.             TabOrder = 0
  548.             WordWrap = True
  549.           end
  550.         end
  551.       end
  552.       object MainPanel: TPanel
  553.         Left = 0
  554.         Top = 0
  555.         Width = 497
  556.         Height = 58
  557.         BevelOuter = bvNone
  558.         Color = clWindow
  559.         TabOrder = 0
  560.         object WizardSmallBitmapImage: TBitmapImage
  561.           Left = 440
  562.           Top = 0
  563.           Width = 55
  564.           Height = 58
  565.           BackColor = clWindow
  566.         end
  567.         object PageDescriptionLabel: TNewStaticText
  568.           Left = 40
  569.           Top = 26
  570.           Width = 389
  571.           Height = 29
  572.           AutoSize = False
  573.           Caption = '*'
  574.           ShowAccelChar = False
  575.           TabOrder = 1
  576.           WordWrap = True
  577.         end
  578.         object PageNameLabel: TNewStaticText
  579.           Left = 24
  580.           Top = 10
  581.           Width = 405
  582.           Height = 14
  583.           AutoSize = False
  584.           Caption = '*'
  585.           ShowAccelChar = False
  586.           TabOrder = 0
  587.         end
  588.       end
  589.     end
  590.     object FinishedPage: TNewNotebookPage
  591.       Color = clWindow
  592.       ParentColor = False
  593.       object WizardBitmapImage2: TBitmapImage
  594.         Left = 0
  595.         Top = 0
  596.         Width = 164
  597.         Height = 314
  598.       end
  599.       object NoRadio: TRadioButton
  600.         Left = 176
  601.         Top = 184
  602.         Width = 301
  603.         Height = 17
  604.         Caption = '*'
  605.         TabOrder = 4
  606.         Visible = False
  607.       end
  608.       object YesRadio: TRadioButton
  609.         Left = 176
  610.         Top = 156
  611.         Width = 301
  612.         Height = 17
  613.         Caption = '*'
  614.         Checked = True
  615.         TabOrder = 3
  616.         TabStop = True
  617.         Visible = False
  618.       end
  619.       object RunList: TNewCheckListBox
  620.         Left = 176
  621.         Top = 156
  622.         Width = 301
  623.         Height = 149
  624.         BorderStyle = bsNone
  625.         ItemHeight = 16
  626.         ParentColor = True
  627.         Style = lbOwnerDrawVariable
  628.         TabOrder = 2
  629.         Visible = False
  630.         WantTabs = True
  631.       end
  632.       object FinishedLabel: TNewStaticText
  633.         Left = 176
  634.         Top = 76
  635.         Width = 301
  636.         Height = 53
  637.         AutoSize = False
  638.         Caption = '*'
  639.         ShowAccelChar = False
  640.         TabOrder = 1
  641.         WordWrap = True
  642.       end
  643.       object FinishedHeadingLabel: TNewStaticText
  644.         Left = 176
  645.         Top = 16
  646.         Width = 301
  647.         Height = 54
  648.         AutoSize = False
  649.         Caption = '*'
  650.         ShowAccelChar = False
  651.         TabOrder = 0
  652.         WordWrap = True
  653.       end
  654.     end
  655.   end
  656.   object BeveledLabel: TNewStaticText
  657.     Left = 0
  658.     Top = 306
  659.     Width = 5
  660.     Height = 14
  661.     Caption = '*'
  662.     Enabled = False
  663.     TabOrder = 1
  664.   end
  665. end
  666.